CloneUrl.md.php
<?php
/**
* Print the url used to git clone your repo (*always returns HTTPS url*)
*
* @usage `@\template(git/CloneUrl)`
* @output `https://gitlab.com/taeluf/php/CodeScrawl.git` (*but for your repo*)
*/
echo trim(\Tlf\Scrawl\Utility\Main::getGitCloneUrl());